Skip to content

Conversation

@christophfroehlich
Copy link
Contributor

Deprecation notice was silenced with #2605, I readded it and fixed its usage for backwards compatibility reasons.

/// This structure stores information about hardware defined in a robot's URDF.
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4996)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this nonsense the equivalent of the dep declaration ignore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the MSVC equivalent of the gcc stuff below. There is no c++ standard equivalent for disabling [[deprecated]], this is compiler-specific.

@christophfroehlich christophfroehlich merged commit 4d8f406 into master Oct 12, 2025
13 of 17 checks passed
@christophfroehlich christophfroehlich deleted the deprecate/thread_priority branch October 12, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants